home *** CD-ROM | disk | FTP | other *** search
- MEANST.PAS
-
- Keywords: MEAN STANDARD DEVIATION STATISTICS OSS PERSONAL PASCAL
-
- MEANSTD.PAS contains a procedure to calculate the mean and standard
- deviation of data entered in an array. It must be INCLUDEed in a pascal
- program with appropriate declarations. Complete documentation for use is
- in the procedure preface. Written in OSS PERSONAL PASCAL.
-
-
- OSSPRT.PAS
-
- This is another in the series of Pascal printer programs. This program
- prints Pascal program and as well as listing the program also lists the
- include files.
-
-
- PAGER.DOC
- PAGER.PAS
-
- Pager is a multiple window file viewer. Files may be opened or closed,
- and viewing can scroll forward or backward. This is a working example program
- which can be used as a example for future programs.
-
-
- PEEKPOKE.PAS
-
- These are peek and poke routines for Personal Pascal. Now you can peek and
- poke like Basic in Pascal.
-
-
- PEEKTEST.PAS
-
- This is an example of the peek and poke routines in action.
-
-
- PR.PAS
- PR.PRG
-
- Program to format pages of printouts. Puts header with full filename
- and date on top of page. Also puts pagenumber at the bottom. Allows
- multiple files to be printed. Written in OSS Personal Pascal. The Pascal
- source code is included for your perusal.
-
-
- RANDNU.PAS
-
- Keywords: RANDOM NUMBERS OSS PERSONAL PASCAL
-
- RANDNUMS.PAS is a routine to generate random numbers in the (open) interval
- 0..1. It is written in OSS PERSONAL PASCAL and must be INCLUDEed in a
- pascal program. Documentation is given in the file; just examine the
- procedure preface to see how to use it. GARY NEWPORT
-
-
- SETTIME.PAS
- SETTIME.PRG
-
- Put this program in a auto folder. Then when the machine starts up enter
- the correct time. The returned time on power up is wrong but so is DEC
- 1985. From that point on a reset will return the right time and date.
- This was written in Personal Pascal from OSS, I hope this helps those
- of you that program and forget to set the time. The Pascal source code is
- included so you can see how it is done.
-
-
- STRVAL.PAS
-
- These are floating point conversion routine for Pascal. These routines
- convert from real to string and from string to real. This file is needed
- for the pager program.
-
-
- TINYTERM.PAS
-
- This is a small terminal program written in OSS Pascal. Compile and
- communicate with the outside world.
-